home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- for srcfile
- do
- /usr/lib/cpp -M -I. -I/nfs/fs-4/u10/rayshade/src/ray-exp -I/nfs/fs-4/u10/rayshade/src/ray-exp/libray -I/nfs/fs-4/u10/rayshade/src/ray-exp/libshade -I/home/utah/include/dec -DLANGUAGE_C $srcfile
- done
-